home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
tori
/
sharedi.cst
/
03010_Script_3010
< prev
next >
Wrap
Text File
|
1983-01-27
|
715b
|
16 lines
on suonotori canale,fileaudio
global qualelingua,qualefile,soundfile
if the machinetype < 255 then
set chedir to chars (the moviename,1 ,length (the moviename)-4)
set qualefile to "invenzioni:invenzio:tori:"&chedir&":"&fileaudio&qualelingua&".aif"
set soundfile to "invenzioni:invenzio:tori:"&chedir&":"&fileaudio&qualelingua&".aif"
else
set chedrive to char 1 of the moviepath
set chedir to chars (the moviename,1 ,length (the moviename)-4)
set qualefile to (chedrive&":\invenzio\tori\"&chedir&"\"&fileaudio&qualelingua&".aif")
set soundfile to (chedrive&":\invenzio\tori\"&chedir&"\"&fileaudio&qualelingua&".aif")
end if
sound playfile canale, qualefile
end